Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.jface.text.contentassist.IContextInformation

Packages that use IContextInformation
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer
 

Uses of IContextInformation in org.eclipse.jface.text.contentassist
 

Classes in org.eclipse.jface.text.contentassist that implement IContextInformation
 class ContextInformation
          A default implementation of the IContextInformation interface.
 

Methods in org.eclipse.jface.text.contentassist that return IContextInformation
 IContextInformation[] IContentAssistProcessorExtension.computeContextInformation(IContentAssistSubject contentAssistSubject, int documentOffset)
          Returns information about possible contexts based on the specified location within the document that corresponds to the current cursor position within the content assist subject.
 IContextInformation[] IContentAssistProcessor.computeContextInformation(ITextViewer viewer, int documentOffset)
          Returns information about possible contexts based on the specified location within the document that corresponds to the current cursor position within the text viewer.
 IContextInformation ICompletionProposal.getContextInformation()
          Returns optional context information associated with this proposal.
 IContextInformation CompletionProposal.getContextInformation()
           
 

Methods in org.eclipse.jface.text.contentassist with parameters of type IContextInformation
 void IContextInformationValidatorExtension.install(IContextInformation info, IContentAssistSubject contentAssistSubject, int documentPosition)
          Installs this validator for the given context information.
 void IContextInformationValidator.install(IContextInformation info, ITextViewer viewer, int documentPosition)
          Installs this validator for the given context information.
 void IContextInformationPresenterExtension.install(IContextInformation info, IContentAssistSubject contentAssistSubject, int documentPosition)
          Installs this presenter for the given context information.
 void IContextInformationPresenter.install(IContextInformation info, ITextViewer viewer, int documentPosition)
          Installs this presenter for the given context information.
 void ContextInformationValidator.install(IContextInformation contextInformation, ITextViewer viewer, int position)
           
 void ContextInformationValidator.install(IContextInformation contextInformation, IContentAssistSubject contentAssistSubject, int position)
           
 

Constructors in org.eclipse.jface.text.contentassist with parameters of type IContextInformation
CompletionProposal(String replacementString, int replacementOffset, int replacementLength, int cursorPosition, Image image, String displayString, IContextInformation contextInformation, String additionalProposalInfo)
          Creates a new completion proposal.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.